Vamsidhar - fix: show all issues from selected projects without limit#1982
Open
vamsidharpanithi wants to merge 1 commit intodevelopmentfrom
Open
Vamsidhar - fix: show all issues from selected projects without limit#1982vamsidharpanithi wants to merge 1 commit intodevelopmentfrom
vamsidharpanithi wants to merge 1 commit intodevelopmentfrom
Conversation
nathanah
reviewed
Jan 3, 2026
Contributor
nathanah
left a comment
There was a problem hiding this comment.
Not limiting the request could eventually cause issues with slow performance or errors if the data is too large. We would need to paginate this to avoid those issues, but this is probably fine for now.
Anusha-Gali
approved these changes
Jan 9, 2026
rohanrastogi311
approved these changes
Feb 6, 2026
rohanrastogi311
left a comment
There was a problem hiding this comment.
Hi Vamsidhar,
Refer to review of FE.
https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/pull/4653/changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Description
Fixes issue where the "Longest Open Issues" chart was limiting results to only 7 issues when multiple projects were selected, causing some issues to be hidden. Also fixes issue numbering consistency when multiple projects are selected.
Fixes #4301 (Phase 2 Bugs - Priority Medium)
Related to Frontend PR: 4653
Main changes explained:
How to test:
vamsidhar-fix/issue-chart-all-issues-visiblenpm run buildto compile the changesnpm run startExpected behavior:
issueIdfor consistent identification